home *** CD-ROM | disk | FTP | other *** search
/ The Hacker Chronicles - A…the Computer Underground / The Hacker Chronicles - A Tour of the Computer Underground (P-80 Systems).iso / network / nia21 < prev    next >
Text File  |  1992-09-26  |  6KB  |  158 lines

  1.  ZDDDDDDDDDDDDDDDDDD? IMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM; ZDDDDDDDDDDDDDDDDDD?
  2.  3   Founded By:    3 :  Network Information Access   : 3   Founded By:    3
  3.  3 Guardian Of Time 3D:            17APR90            :D3   Judge Dredd    3
  4.  @DDDDDDDDBDDDDDDDDDY :          Judge Dredd          : @DDDDDDDDDBDDDDDDDDY
  5.           3           :            File 21            :           3
  6.           3           HMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM<           3
  7.           3                IMMMMMMMMMMMMMMMMMMMMMMM;              3
  8.           @DDDDDDDDDDDDDDDD: Digest Message Format GDDDDDDDDDDDDDDY
  9.                            HMMMMMMMMMMMMMMMMMMMMMMM<
  10.  
  11.    This memo describes the de facto standard Digest Message Format.
  12.    This is an elective experimental protocol.
  13.  
  14. $_Background
  15.  
  16.    High traffic volume large mailing lists began to appear on the net in
  17.    the mid-70s.  The moderators of those lists developed a digest
  18.    message format to enclose several messages into one composite message
  19.    for redistribution to the mailing list addressees.  This format
  20.    reduces the mailer load in proportion to the number of messages
  21.    contained within a digest message, and conserves network bandwidth by
  22.    reducing the size of the headers of the enclosed messages.
  23.  
  24.    This RFC documents the digest message format so that others may
  25.    follow this format in creating (digestifying) and separating
  26.    (undigestifying) digest messages to maintain compatibility with the
  27.    programs expecting this de facto standard.  Any editorial functions
  28.    performed at the discretion of a digest moderator, such as discarding
  29.    submissions, editing content to correct spelling and punctuation
  30.    errors, inserting comments, and reformatting paragraphs to conform to
  31.    width conventions are beyond the scope of this memo.
  32.  
  33.    This memo describes the de facto standard Digest Message Format.  It
  34.    is not meant to supersede nor replace the generic message
  35.    encapsulation format described in RFC 934.  It merely documents a
  36.    particular message encapsulation format that existed well before RFC
  37.    934 was published and continues to be the format of choice for digest
  38.    messages.
  39.  
  40. $_Description
  41.  
  42.    A digest message is a conventional message consisting of a header and
  43.    body conforming to RFC 822 as clarified in RFC 1123.  There is no
  44.    fixed size.  Limitations may exist in intermediate mail gateways
  45.    which restrict the size.  The typical digest size is 15,000
  46.    characters.
  47.  
  48.    The header of a digest message should identify the digest in the
  49.    Subject line by listname, the key word, Digest, the volume number
  50.    (usually a sequential number either starting at 1 or the last two
  51.    digits of the year and incremented by one starting with the first
  52.    issue of the next calendar year), and an issue number starting at one
  53.    for the first issue of a new calendar year.
  54.  
  55.    The body of a digest message must consist of a Preamble, one or more
  56.    enclosed messages, and a Trailer.
  57.  
  58.    The Preamble usually contains a table of contents consisting of the
  59.    subject line contents of the enclosed messages, usually indented or
  60.    centered, and also may contain brief administrative or other
  61.    announcements.
  62.  
  63.    The Preamble must be separated from the remainder of the message by a
  64.    line of 70 hyphens followed by a blank line.
  65.  
  66.    Each enclosed message is a conventional message consisting of a
  67.    header and body, separated by a blank line.  If they exist in the
  68.    original message header, the following lines must be retained as-is
  69.    in the reconstructed header: Date:, From:, To:, Cc:, Subject:,
  70.    Message-ID:, and Keywords:, rearranged to appear in that order.
  71.    Retaining the Summary: line is optional.  Lines include continuation
  72.    lines as defined in the RFCs.  All other header lines should be
  73.    discarded, especially Received lines.  All leading and trailing blank
  74.    lines should be removed from the message body.  The message body may
  75.    be scanned to replace with a blank the first character of any lines
  76.    of exactly and only 30 hyphens.
  77.  
  78.    Each enclosed message must be separated from the the remainder of the
  79.    digest message by a blank line before and after a line of 30 hyphens.
  80.  
  81.    The Trailer immediately follows the blank line of message separator
  82.    following the last enclosed message.  The Trailer consists of two
  83.    lines.  The first line must begin with the words, End of, followed by
  84.    the listname a blank and the word Digest which is usually followed by
  85.    volume and issue number on the same line.  The second and last line
  86.    of the Trailer and the entire message is a line of asterisks serving
  87.    to underline the line immediately above it.
  88.  
  89. $_Example
  90.  
  91.    The following example serves as a template for a digest message
  92.    conforming to this memo.  It contains a header, and a body consisting
  93.    of a Preamble, two enclosed messages, and a Trailer.  fqhn means
  94.    Fully Qualified Host Name.  The Date: lines are examples only.
  95.  
  96. Date: ddd, dd mmm yy hh:mm:ss zzz
  97. From: listname-REQUEST@fqhn
  98. Reply-To: listname@fqhn
  99. Subject: listname Digest Vyy #nn
  100. To: listname@fqhn
  101.  
  102. listname Digest             ddd, dd mmm yy       Volume yy : Issue   nn
  103.  
  104. Today's Topics:
  105.                           Message One Subject
  106.                           Message Two Subject
  107.  
  108. Administrivia:
  109.  
  110. Messages from the list moderator or maintainer go here.
  111.  
  112. ----------------------------------------------------------------------
  113.  
  114. Date: ddd, dd mmm yy hh:mm:ss zzz
  115. From: Joe User <username@fqhn>
  116. Subject: Message One Subject
  117.  
  118. This is the message body of the first message.
  119.  
  120. Joe
  121.  
  122. ------------------------------
  123.  
  124. Date: ddd, dd mmm yy hh:mm:ss zzz
  125. From: Jane User <username@fqhn>
  126. Subject: Message Two Subject
  127.  
  128. This is the body of message two.
  129.  
  130. Jane
  131.  
  132. ------------------------------
  133.  
  134. End of listname Digest Vyy Issue #nn
  135. ************************************
  136.  
  137. Security Considerations
  138.  
  139.    Security issues are not discussed in this memo.
  140.  
  141. Author's Address
  142.  
  143.    Jack Off
  144.    USAIDN-Name IDN
  145.    ASQNC-TWS-SS-C (J. Off, Building 666)
  146.    Hell Ave., NM 66666-6666
  147.  
  148.    Phone: (###) ###-####
  149.  
  150.    Email: Your IDNCODE.
  151.  
  152. [OTHER WORLD BBS]
  153.  
  154.  
  155.  
  156.  
  157. Downloaded From P-80 International Information Systems 304-744-2253 12yrs+
  158.